	// The bat waits halfway down the screen, and then dive-bombs the player.


setSpeed 0.6

right 5 angle 195 accel -0.03

straight below 0

right 0.7 angle 80 accel 0.1 X
setAccel -0.015 limit 0
right X angle 85 accel -0.1 0.5


straight frames 100
PlaySound batAttackSnd
straight frames 25

setSpeed 0.2
setAccel 0.015
right 3 angle 150

diveBombPlayer

